home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / quiz.dxr / 00005.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  281 b   |  11 lines

  1. on exitFrame
  2.   set the textSize of member "user" to 20
  3.   set the textStyle of member "user" to "bold"
  4.   set the foreColor of member "user" to 246
  5.   repeat with n = 3 to 8
  6.     handcursor(n)
  7.   end repeat
  8.   set the text of field "user" to the text of field "name"
  9.   go(the frame)
  10. end
  11.